home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-04 | 512 b | 26 lines | [TEXT/CWIE] |
- // Header for CBalloonDialog class
-
- #pragma once
-
- #include <UModalDialogs.h>
-
- // Classes
-
- class LPane;
-
- class CBalloonDialog : public StDialogHandler {
-
- // Methods
- public:
- CBalloonDialog(ResIDT inDialogResID, LCommander *inSuper);
- virtual ~CBalloonDialog();
-
- protected:
- virtual void AdjustCursor(const EventRecord &inMacEvent); // OVERRIDE
-
- private:
- virtual LPane* GetPaneUnderMouse(LPane* inPane,
- Int32 inHorizPort,
- Int32 inVertPort); // Find the pane currently under the mouse
- };
-